IDiscordStorageManager

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Functions

count
void count(int* count)
Undocumented in source. Be warned that the author may not have intended to support it.
delete_
DiscordResult delete_(const(char)* name)
Undocumented in source. Be warned that the author may not have intended to support it.
exists
DiscordResult exists(const(char)* name, bool* exists)
Undocumented in source. Be warned that the author may not have intended to support it.
getPath
DiscordResult getPath(DiscordPath* path)
Undocumented in source. Be warned that the author may not have intended to support it.
read
DiscordResult read(const(char)* name, ubyte* data, uint dataLength, uint* read)
Undocumented in source. Be warned that the author may not have intended to support it.
readAsync
void readAsync(const(char)* name, void* callbackData, void function(void*, DiscordResult, ubyte*, uint) callback)
Undocumented in source. Be warned that the author may not have intended to support it.
readAsyncPartial
void readAsyncPartial(const(char)* name, ulong offset, ulong length, void* callbackData, void function(void*, DiscordResult, ubyte*, uint) callback)
Undocumented in source. Be warned that the author may not have intended to support it.
stat
DiscordResult stat(const(char)* name, DiscordFileStat* stat)
Undocumented in source. Be warned that the author may not have intended to support it.
statAt
DiscordResult statAt(int index, DiscordFileStat* stat)
Undocumented in source. Be warned that the author may not have intended to support it.
write
DiscordResult write(const(char)* name, ubyte* data, uint dataLength)
Undocumented in source. Be warned that the author may not have intended to support it.
writeAsync
void writeAsync(const(char)* name, ubyte* data, uint dataLength, void* callbackData, void function(void*, DiscordResult) callback)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta